OCRBlockOrientation Enumeration
In This Topic
Specifies the orientation of the block within a result when using the OCR.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum OCRBlockOrientation
Inherits System.Enum
[ComVisible(true)]
public enum OCRBlockOrientation : System.Enum
public enum OCRBlockOrientation = class(System.Enum)
ComVisibleAttribute()
public enum OCRBlockOrientation extends System.Enum
[ComVisible(true)]
__value public enum OCRBlockOrientation : public System.Enum
[ComVisible(true)]
public enum class OCRBlockOrientation : public System.Enum
Members
Member | Value | Description |
Down | 2 | 180 degres orientation (clockwise). |
Left | 3 | 270 degres orientation (clockwise). |
Right | 1 | 90 degres orientation (clockwise). |
Unknown | -1 | Unknown or undefined orientation. |
Up | 0 | No orientation. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.OCRBlockOrientation
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace